PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFPopupAnnotation Class / setIsOpen Method
True if the popup annotation is opened.
In This Topic
    setIsOpen Method
    In This Topic
    Sets a value indicating whether the popup annotation is opened.
    Syntax
    public void setIsOpen( 
       boolean isOpen
    )

    Parameters

    isOpen
    True if the popup annotation is opened.
    See Also